Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dex2jar.vm #669

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Add dex2jar.vm #669

merged 1 commit into from
Sep 29, 2023

Conversation

Ana06
Copy link
Member

@Ana06 Ana06 commented Sep 29, 2023

Add a shortcut for d2j-dex2jar.

@Ana06 Ana06 added the 🆕 package New package request/idea/PR label Sep 29, 2023
$ErrorActionPreference = 'Stop'
Import-Module vm.common -Force -DisableNameChecking

$toolName = 'd2j-dex2jar'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have found d2j-dex2jar useful recently when analysing Android malware. I think dex2jar includes other tools as well that we may want to create a shortcut for. Opinions?

Import-Module vm.common -Force -DisableNameChecking

$toolName = 'd2j-dex2jar'
$category = 'Java'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment, apktool is the only tool installed in the Android category and Bytecode Viewer the only one in the Java category. I think it could make sense to merge these two categories into a Java/Android. Opinions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved this discussion to #671

Add a shortcut for d2j-dex2jar.
@Ana06
Copy link
Member Author

Ana06 commented Sep 29, 2023

Merging this as it is included in mandiant/flare-vm#490 and I want to create a new VM using the new configuration. 😄 If someone has any feedback on this PR, please open an issue/PR for further discussion.

@Ana06 Ana06 merged commit 7495ee6 into mandiant:main Sep 29, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 package New package request/idea/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant